home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / sspeare.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  454 b   |  20 lines

  1. on mouseDown
  2.   global counter2, gcount
  3.   set the visible of sprite 21 to 0
  4.   updateStage()
  5.   set the visible of sprite 21 to 1
  6.   repeat with n = 4 to 14
  7.     set the memberNum of sprite n to 36
  8.   end repeat
  9.   set gcount to 0
  10.   set counter2 to 0
  11.   put 0 into field "counter2"
  12.   repeat with n = 37 to 39
  13.     set the memberNum of sprite n to 49
  14.   end repeat
  15.   repeat with n = 40 to 50
  16.     set the visible of sprite n to 0
  17.   end repeat
  18.   go("cumulative")
  19. end
  20.